- Timestamp:
- Dec 31, 2003, 1:26:22 PM (18 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/Makefile.am
r270 r292 3 3 ############################################################################### 4 4 5 SUBDIRS = src examples doc5 SUBDIRS = src examples test doc 6 6 DIST_SUBDIRS = $(SUBDIRS) autotools debian 7 7 -
libcaca/trunk/configure.ac
r288 r292 158 158 src/Makefile 159 159 examples/Makefile 160 test/Makefile 160 161 doc/Makefile 161 162 doc/doxygen.cfg -
libcaca/trunk/examples/Makefile.am
r290 r292 1 1 ############################################################################### 2 # Automake targets and declarations for libcaca tests2 # Automake targets and declarations for libcaca example programs 3 3 ############################################################################### 4 4
Note: See TracChangeset
for help on using the changeset viewer.