summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index ba0ebdd20..7867a1d4e 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -15,5 +15,7 @@ EXTRA_DIST = \
clock_gettime.c \
clock_gettime.h
+CLEANFILES = empty.c
+
# empty.c hack -- need *some* source file so that library make rules are built
empty.c:; touch empty.c
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback