Changeset 6835
- Timestamp:
- Apr 11, 2006, 5:01:54 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 added
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
pxtools.h (modified) (2 diffs)
-
pzgetexp.h (added)
-
pzgetexpConfig.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/Makefile.am
r6833 r6835 1 1 bin_PROGRAMS = pxadmin pzsearch p2search p0search pzgetexp 2 2 3 include_HEADERS = pxtools.h slurp.h 3 include_HEADERS = pxtools.h 4 noinst_HEADERS = pzgetexp.h slurp.h 4 5 lib_LTLIBRARIES = libpxtools.la 5 6 libpxtools_la_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(METADATADB_CFLAGS) $(pxtools_CFLAGS) … … 48 49 pzgetexp_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(METADATADB_LIBS) $(top_builddir)/src/libpxtools.la 49 50 pzgetexp_SOURCES = \ 50 pzgetexp.c 51 pzgetexp.c \ 52 pzgetexpConfig.c 51 53 52 54 clean-local: -
trunk/ippTools/src/pxtools.h
r6833 r6835 1 #ifndef PXTOOLS_H 2 #define PXTOOLS_H 1 3 1 4 # include <stdio.h> 2 5 # include <strings.h> // for strcasecmp … … 154 157 155 158 bool pzsearchConfig(pxConfig *config, int argc, char **argv); 159 160 #endif // PXTOOLS_H
Note:
See TracChangeset
for help on using the changeset viewer.
