Browse Source

Add lub/list/private.h to dist

Serj Kalichev 12 years ago
parent
commit
fa57327dde
2 changed files with 27 additions and 22 deletions
  1. 23 21
      Makefile.am
  2. 4 1
      lub/list/module.am

+ 23 - 21
Makefile.am

@@ -1,33 +1,35 @@
 ## Process this file with automake to generate Makefile.in
-AUTOMAKE_OPTIONS        = foreign nostdinc
-ACLOCAL_AMFLAGS         = -I m4
+AUTOMAKE_OPTIONS = foreign nostdinc
+ACLOCAL_AMFLAGS = -I m4
 
-AM_CPPFLAGS             = -I. -I$(top_srcdir)
-AM_LD                   = $(CC)
+AM_CPPFLAGS = -I. -I$(top_srcdir)
+AM_LD = $(CC)
 
 if DEBUG
   DEBUG_CFLAGS = -DDEBUG
 endif
 
-AM_CFLAGS               = -pedantic -Wall $(DEBUG_CFLAGS)
-#AM_CFLAGS               = -ansi -pedantic -Werror -Wall -D_POSIX_C_SOURCE=199309 -DVERSION=$(VERSION) $(DEBUG_CFLAGS)
+AM_CFLAGS = -pedantic -Wall $(DEBUG_CFLAGS)
+#AM_CFLAGS = -ansi -pedantic -Werror -Wall -D_POSIX_C_SOURCE=199309 -DVERSION=$(VERSION) $(DEBUG_CFLAGS)
 
-bin_PROGRAMS            =
-lib_LTLIBRARIES         =
-lib_LIBRARIES           =
-nobase_include_HEADERS  =
+bin_PROGRAMS =
+lib_LTLIBRARIES =
+lib_LIBRARIES =
+nobase_include_HEADERS =
 
-EXTRA_DIST              =  \
-    bin/module.am          \
-    clish/module.am        \
-    lub/module.am          \
-    tinyrl/module.am       \
-    konf/module.am         \
-    clish.xsd              \
-    LICENCE                \
-    README                 \
-    CHANGES                \
-    ISSUES
+EXTRA_DIST = \
+	bin/module.am \
+	clish/module.am \
+	lub/module.am \
+	tinyrl/module.am \
+	konf/module.am \
+	contrib \
+	xml-examples \
+	clish.xsd \
+	LICENCE \
+	README \
+	CHANGES \
+	ISSUES
 
 include $(top_srcdir)/bin/module.am
 include $(top_srcdir)/clish/module.am

+ 4 - 1
lub/list/module.am

@@ -1,2 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-liblub_la_SOURCES += lub/list/list.c
+liblub_la_SOURCES += \
+	lub/list/list.c
+	lub/list/private.h
+