soylent r209 - trunk/libsoylent



Author: svenp
Date: Sun Jul 13 15:39:49 2008
New Revision: 209
URL: http://svn.gnome.org/viewvc/soylent?rev=209&view=rev

Log:
fixed: sl-priv-util.h is now included in tarball

Modified:
   trunk/libsoylent/Makefile.am

Modified: trunk/libsoylent/Makefile.am
==============================================================================
--- trunk/libsoylent/Makefile.am	(original)
+++ trunk/libsoylent/Makefile.am	Sun Jul 13 15:39:49 2008
@@ -4,6 +4,8 @@
 
 lib_LTLIBRARIES = libsoylent.la
 
+# TODO: do not install sl-priv-util.h
+
 libsoylent_la_SOURCES = \
 	soylent.h \
 	sl-entity.h \
@@ -13,6 +15,7 @@
 	sl-book.h \
 	sl-group.h \
 	sl-person.h \
+	sl-priv-util.h
 	soylent.c \
 	sl-entity.c \
 	sl-entity-handler.c \
@@ -23,5 +26,16 @@
 	sl-person.c \
 	sl-priv-util.c
 
+libsoylent_la_HEADERS = \
+	soylent.h \
+	sl-entity.h \
+	sl-entity-handler.h \
+	sl-entity-handler-eds.h \
+	sl-entity-handler-file.h \
+	sl-book.h \
+	sl-group.h \
+	sl-person.h \
+	sl-priv-util.h
+
 libsoylent_la_CFLAGS = $(LIBSOYLENT_CFLAGS) $(WARN_CFLAGS)
 libsoylent_la_LIBADD = $(LIBSOYLENT_LIBS)



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