Changeset 3100 in orxonox.OLD for orxonox/trunk/Makefile.in
- Timestamp:
- Dec 5, 2004, 2:50:29 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/Makefile.in
r3099 r3100 60 60 ETAGS = etags 61 61 CTAGS = ctags 62 DIST_SUBDIRS = $(SUBDIRS)62 DIST_SUBDIRS = src importer gui console 63 63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 64 64 distdir = $(PACKAGE)-$(VERSION) … … 164 164 target_os = @target_os@ 165 165 target_vendor = @target_vendor@ 166 SUBDIRS = src console gui importer 166 @HAVE_GTK2_FALSE@GTK_PROGS = 167 @HAVE_GTK2_TRUE@GTK_PROGS = gui console 168 SUBDIRS = src importer $(GTK_PROGS) 167 169 all: config.h 168 170 $(MAKE) $(AM_MAKEFLAGS) all-recursive … … 370 372 fi; \ 371 373 done 372 list='$( SUBDIRS)'; for subdir in $$list; do \374 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 373 375 if test "$$subdir" = .; then :; else \ 374 376 test -d "$(distdir)/$$subdir" \
Note: See TracChangeset
for help on using the changeset viewer.