Changeset 3197 in orxonox.OLD for orxonox/trunk/src/Makefile.in
- Timestamp:
- Dec 17, 2004, 12:37:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.in
r3196 r3197 95 95 ETAGS = etags 96 96 CTAGS = ctags 97 DIST_SUBDIRS = importer gui console97 DIST_SUBDIRS = . importer gui console 98 98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 99 99 ACLOCAL = @ACLOCAL@ … … 250 250 @HAVE_GTK2_FALSE@GTK_PROGS = 251 251 @HAVE_GTK2_TRUE@GTK_PROGS = console 252 SUBDIRS = importer \ 252 SUBDIRS = . \ 253 importer \ 253 254 gui \ 254 255 $(GTK_PROGS)
Note: See TracChangeset
for help on using the changeset viewer.