Changeset 28195
- Timestamp:
- Jun 2, 2010, 3:30:48 PM (16 years ago)
- Location:
- branches/pap/pstamp
- Files:
-
- 1 added
- 3 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (2 diffs)
-
ppstamp.pc.in (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/pstamp
- Property svn:ignore
-
old new 16 16 ltmain.sh 17 17 libtool 18 ppstamp.pc
-
- Property svn:ignore
-
branches/pap/pstamp/Makefile.am
r16675 r28195 1 1 SUBDIRS = src scripts 2 2 3 pkgconfigdir = $(libdir)/pkgconfig 4 pkgconfig_DATA= ppstamp.pc 5 6 EXTRA_DIST = \ 7 ppstamp.pc.in 8 3 9 CLEANFILES = *~ core core.* -
branches/pap/pstamp/configure.ac
r19229 r28195 33 33 IPP_STDOPTS 34 34 CFLAGS="${CFLAGS} -Wall -Werror" 35 PPSTAMP_CFLAGS="${PSLIB_CFLAGS=} ${PSMODULES_CFLAGS=}" 36 PPSTAMP_LIBS="${PSLIB_LIBS=} ${PSMODULES_LIBS=}" 35 37 echo "PPSTAMP_CFLAGS: $PPSTAMP_CFLAGS" 36 38 echo "PPSTAMP_LIBS: $PPSTAMP_LIBS" … … 43 45 src/Makefile 44 46 scripts/Makefile 47 ppstamp.pc 45 48 ]) 46 49
Note:
See TracChangeset
for help on using the changeset viewer.
