summaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index 7c3e745..1e0f2a8 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -36,6 +36,7 @@ SRC += \
glxinfo.c
EXTRA_DIST += \
+ Makefile.inc \
command-line.h \
config-file.h \
msg.h \
@@ -43,3 +44,6 @@ EXTRA_DIST += \
query-assign.h \
nvgetopt.h \
glxinfo.h
+
+dist_list::
+ @ echo $(SRC) $(EXTRA_DIST)