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

[email protected] Wed, 29 Dec 2004 09:03:45 +0100
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdeaddons/atlantikdesigner/designer
In directory office:/tmp/cvs-serv24049/designer

Modified Files:
	Makefile.am 
Log Message:
fix build by adding $(KDE_DIR)/atlantic include path (find libatlantic_export.h)


Index: Makefile.am
===================================================================
RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	2 Dec 2004 09:27:17 -0000	1.7
+++ Makefile.am	29 Dec 2004 08:03:42 -0000	1.8
@@ -1,5 +1,5 @@
 bin_PROGRAMS = atlantikdesigner
-INCLUDES = $(all_includes)
+INCLUDES = $(KDE_INCLUDES)/atlantic $(all_includes)
 AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 LDADD = -latlantikui -lkdegames $(LIB_KIO)