summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafał Mużyło <galtgendo@o2.pl>2011-08-03 03:06:55 +0200
committerMatt Turner <mattst88@gmail.com>2011-08-03 17:15:28 -0400
commit97f06ef40f6be1465cca993ed2fb26377dc11342 (patch)
tree1a06e539f544ded7e925237e4185acc40afe84bf /include
parentde7d2c9eada6568689b5393bd2103ccc80cb3b2e (diff)
Remove uneeded files from build/install
Signed-off-by: Rafał Mużyło <galtgendo@o2.pl> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 7996061..a7c73f5 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -56,8 +56,6 @@ xaw3dinclude_HEADERS = \
X11/Xaw3d/SmeThreeDP.h \
X11/Xaw3d/StripCharP.h \
X11/Xaw3d/StripChart.h \
- X11/Xaw3d/Template.h \
- X11/Xaw3d/TemplateP.h \
X11/Xaw3d/Text.h \
X11/Xaw3d/TextP.h \
X11/Xaw3d/TextSink.h \
@@ -78,3 +76,7 @@ xaw3dinclude_HEADERS = \
X11/Xaw3d/Xaw3dP.h \
X11/Xaw3d/XawImP.h \
X11/Xaw3d/XawInit.h
+
+EXTRA_DIST = \
+ X11/Xaw3d/Template.h \
+ X11/Xaw3d/TemplateP.h \ No newline at end of file