summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0c1106e..d0a75cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,9 +1,8 @@
lib_LTLIBRARIES = libxshmfence.la
libxshmfence_la_SOURCES = \
- xshmfence.c
-
-noinst_HEADERS = xshmfenceint.h
+ xshmfence.c \
+ xshmfenceint.h
AM_CFLAGS = $(CWARNFLAGS)