From b6e311d4ceebd0d0a4f8fec716226b60ee6edb5d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 19 Aug 2002 03:58:55 +0000 Subject: [PATCH] varous make dist fixes --- ruamoko/game/Makefile.am | 2 +- tools/qfdefs/Makefile.am | 5 +---- tools/qfdefs/include/Makefile.am | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ruamoko/game/Makefile.am b/ruamoko/game/Makefile.am index fc777b081..a8a37fe1a 100644 --- a/ruamoko/game/Makefile.am +++ b/ruamoko/game/Makefile.am @@ -25,5 +25,5 @@ game_obj=$(addsuffix .qfo,$(basename $(game_src))) game.dat: $(game_obj) ../lib/libr.a $(QFCC) $(QCFLAGS) -p $(STRIP) -o game.dat $(game_obj) -l../lib/libr.a -EXTRA_DIST= $(game_src) axe.h gameent.h tempent.h weapon.h world.h +EXTRA_DIST= $(game_src) Axe.h GameEntity.h tempent.h Weapon.h World.h CLEANFILES= *.dat *.sym *.gz *.qfo diff --git a/tools/qfdefs/Makefile.am b/tools/qfdefs/Makefile.am index 29d86f3fc..6d8b0aaef 100644 --- a/tools/qfdefs/Makefile.am +++ b/tools/qfdefs/Makefile.am @@ -28,10 +28,7 @@ AUTOMAKE_OPTIONS= foreign SUBDIRS= include source -# uncomment the following if qfcc requires the math library -#qfcc_LDADD=-lm - -EXTRA_DIST=qfcc.lsm.in qfcc.spec.in +EXTRA_DIST=qfdefs.lsm.in dist-zip: distdir -chmod -R a+r $(distdir) diff --git a/tools/qfdefs/include/Makefile.am b/tools/qfdefs/include/Makefile.am index 9ca505694..fee98035f 100644 --- a/tools/qfdefs/include/Makefile.am +++ b/tools/qfdefs/include/Makefile.am @@ -1 +1,2 @@ AUTOMAKE_OPTIONS= foreign +EXTRA_DIST= def.h progdefs.nq progdefs.qw