Changeset 406
- Timestamp:
- Jan 4, 2005, 4:18:59 AM (18 years ago)
- Location:
- pwntcha/trunk
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/Makefile.am
r396 r406 2 2 3 3 SUBDIRS = src 4 DIST_SUBDIRS = $(SUBDIRS) 4 DIST_SUBDIRS = $(SUBDIRS) extras testsuite 5 5 6 6 EXTRA_DIST = \ … … 9 9 share/font_slashdot.png \ 10 10 share/font_phpbb.png \ 11 extras/NOTES \12 extras/usercp_confirm.php \13 extras/getphpbbcaptcha.py \14 11 $(NULL) 15 12 -
pwntcha/trunk/configure.ac
r393 r406 7 7 AC_CANONICAL_SYSTEM 8 8 9 AM_INIT_AUTOMAKE(pwntcha, 0. 1)9 AM_INIT_AUTOMAKE(pwntcha, 0.2) 10 10 AM_CONFIG_HEADER(config.h) 11 11 … … 54 54 Makefile 55 55 src/Makefile 56 extras/Makefile 57 testsuite/Makefile 56 58 ]) 57 59 -
pwntcha/trunk/extras
-
Property
svn:ignore
set to
Makefile.in
Makefile
-
Property
svn:ignore
set to
-
pwntcha/trunk/testsuite
-
Property
svn:ignore
set to
Makefile.in
Makefile
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.