[atlantik-cvs] CVS: kdeaddons/atlantikdesigner/designer Makefile.am, 1.8, 1.9

[email protected] (Stephan Kulow <[email protected]>) Sat, 01 Jan 2005 21:32:13 +0100
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdeaddons/atlantikdesigner/designer
In directory office:/tmp/cvs-serv6892

Modified Files:
	Makefile.am 
Log Message:
KDE_INCLUDES can be empty


Index: Makefile.am
===================================================================
RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	29 Dec 2004 08:03:42 -0000	1.8
+++ Makefile.am	1 Jan 2005 20:32:11 -0000	1.9
@@ -1,5 +1,5 @@
 bin_PROGRAMS = atlantikdesigner
-INCLUDES = $(KDE_INCLUDES)/atlantic $(all_includes)
+INCLUDES = -I$(kde_includes)/atlantic $(all_includes)
 AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 LDADD = -latlantikui -lkdegames $(LIB_KIO)