Changeset 3197 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Dec 17, 2004, 12:37:04 AM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r3196 r3197 69 69 endif 70 70 71 SUBDIRS = importer \ 71 SUBDIRS = . \ 72 importer \ 72 73 gui \ 73 74 $(GTK_PROGS) -
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.