summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-12-15 23:49:03 +0200
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-12-15 23:49:03 +0200
commit6b4c7575f42499f84d0b71078539f059f7b9da1c (patch)
treec3626d54e5580946ff5c7697845b866329acc03d
parent5d3be36ed0b1b1a8148a05dc009a747035b2994f (diff)
remove config.h from _SOURCES
Remove config.h from beforelight_SOURCES, which was breaking the build.
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index c281b39..d5ca4d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,8 +26,7 @@ beforelight_CFLAGS = $(BEFORELIGHT_CFLAGS)
beforelight_LDADD = $(BEFORELIGHT_LIBS)
beforelight_SOURCES = \
- b4light.c \
- config.h
+ b4light.c
appman_PRE = \
beforelight.man
@@ -51,7 +50,6 @@ appdefault_DATA = $(APPDEFAULTFILES)
CLEANFILES = $(APPDEFAULTFILES)
-
appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)