devhelp r1158 - in trunk: . src



Author: rhult
Date: Mon Oct  6 18:05:20 2008
New Revision: 1158
URL: http://svn.gnome.org/viewvc/devhelp?rev=1158&view=rev

Log:
2008-10-06  Richard Hult  <richard imendio com>

	* src/Makefile.am: The assistant is now used by DhBase so move it
	to the library.


Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Mon Oct  6 18:05:20 2008
@@ -8,9 +8,7 @@
 bin_PROGRAMS = devhelp
 
 devhelp_SOURCES =					\
-	dh-main.c					\
-	dh-assistant.c					\
-	dh-assistant.h
+	dh-main.c
 
 devhelp_CPPFLAGS =					\
 	$(AM_CPPFLAGS)
@@ -26,6 +24,7 @@
 
 devhelpincludedir = $(includedir)/devhelp-1.0/devhelp
 devhelpinclude_HEADERS = 				\
+	dh-assistant.h					\
 	dh-base.h					\
 	dh-book-tree.h					\
 	dh-error.h					\
@@ -39,6 +38,7 @@
 	bacon-message-connection.h			\
 	dh-marshal.c					\
 	dh-marshal.h					\
+	dh-assistant.c					\
 	dh-base.c					\
 	dh-book-tree.c					\
 	dh-error.c					\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]