- Timestamp:
- Apr 1, 2014, 11:03:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppBackground/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140206/ppBackground/src/Makefile.am
r28281 r36627 1 bin_PROGRAMS = ppBackground 1 bin_PROGRAMS = ppBackground ppBackgroundStack 2 2 3 3 if HAVE_SVNVERSION … … 28 28 ppBackground_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PPSTATS_LIBS) $(PSPHOT_LIBS) $(PPBACKGROUND_LIBS) 29 29 30 ppBackgroundStack_CPPFLAGS = $(ppBackground_CPPFLAGS) 31 ppBackgroundStack_LDFLAGS = $(ppBackground_LDFLAGS) 32 30 33 ppBackground_SOURCES = \ 31 34 ppBackground.c \ … … 38 41 ppBackgroundErrorCodes.c \ 39 42 ppBackgroundExit.c 43 44 ppBackgroundStack_SOURCES = \ 45 ppBackgroundStack.c \ 46 ppBackgroundStackArguments.c \ 47 ppBackgroundStackCamera.c \ 48 ppBackgroundStackData.c \ 49 ppBackgroundStackLoop.c \ 50 ppBackgroundStackMath.c \ 51 ppBackgroundVersion.c \ 52 ppBackgroundErrorCodes.c \ 53 ppBackgroundExit.c 54 40 55 41 56 noinst_HEADERS = \
Note:
See TracChangeset
for help on using the changeset viewer.
