Changeset 185 for libcaca/trunk/libcaca/Makefile.am
- Timestamp:
- Nov 16, 2003, 1:33:35 AM (19 years ago)
- Location:
- libcaca/trunk/libcaca
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/libcaca/Makefile.am
r183 r185 1 1 ############################################################################### 2 # Automake targets and declarations for lib ee2 # Automake targets and declarations for libcaca 3 3 ############################################################################### 4 4 5 lib_LIBRARIES = lib ee.a6 lib ee_a_SOURCES = \7 ee.c \8 ee.h \9 ee_internals.h \5 lib_LIBRARIES = libcaca.a 6 libcaca_a_SOURCES = \ 7 caca.c \ 8 caca.h \ 9 caca_internals.h \ 10 10 graphics.c \ 11 11 io.c \
Note: See TracChangeset
for help on using the changeset viewer.