diff options
author | Rafał Mużyło <galtgendo@o2.pl> | 2011-08-03 03:06:55 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-08-03 17:15:28 -0400 |
commit | 97f06ef40f6be1465cca993ed2fb26377dc11342 (patch) | |
tree | 1a06e539f544ded7e925237e4185acc40afe84bf /src/Makefile.am | |
parent | de7d2c9eada6568689b5393bd2103ccc80cb3b2e (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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1072bdd..1b7c230 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,6 @@ libXaw3d_la_SOURCES = \ Porthole.c \ Repeater.c \ Scrollbar.c \ - sharedlib.c \ Simple.c \ SimpleMenu.c \ SmeBSB.c \ @@ -37,7 +36,6 @@ libXaw3d_la_SOURCES = \ SmeLine.c \ SmeThreeD.c \ StripChart.c \ - Template.c \ TextAction.c \ Text.c \ TextPop.c \ @@ -67,4 +65,4 @@ libXaw3d_la_CPPFLAGS = \ libXaw3d_la_LDFLAGS = -version-info 8:0:0 -no-undefined -EXTRA_DIST = sharedlib.c +EXTRA_DIST = sharedlib.c Template.c |