Last change
on this file since 205 was
202,
checked in by Sam Hocevar, 19 years ago
|
- debian/control:
+ Changed section to libs/libdevel instead of games/games.
+ Changed package name to libcaca-dev.
- debian/rules:
+ Use debian/compat instead of DH_COMPAT.
+ Install README, BUGS and TODO into /usr/share/doc.
- caca-config.in:
+ First version of the config script.
- configure.ac src/Makefile.am:
+ Build a static PIC library as well.
- README TODO:
+ Various updates.
|
File size:
385 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libcaca |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | SUBDIRS = src examples |
---|
6 | DIST_SUBDIRS = $(SUBDIRS) autotools debian |
---|
7 | |
---|
8 | EXTRA_DIST = BUGS bootstrap caca-config.in |
---|
9 | AUTOMAKE_OPTIONS = foreign dist-bzip2 |
---|
10 | |
---|
11 | bin_SCRIPTS = caca-config |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.