source: MondoRescue/branches/3.2/mondo/src/common/Makefile.am@ 3568

Last change on this file since 3568 was 3564, checked in by Bruno Cornec, 8 years ago
  • Fix previous logfile copy on target media
  • Rename libmondo-mountlist.c as mondo-rstr-mountlist.c with corresponding includes as this is only used by mondorestore and update build process for that.
  • Property svn:keywords set to Id
File size: 1.4 KB
RevLine 
[4]1##
2## Process this file with Automake to generate `Makefile.in'
3##
[182]4
[1930]5AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
6
[423]7## libmondo
8noinst_LIBRARIES = libmondo.a
9
10libmondo_a_SOURCES = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
11 libmondo-filelist.c libmondo-files.c libmondo-fork.c \
[3564]12 libmondo-raid.c \
[423]13 libmondo-stream.c libmondo-string.c libmondo-tools.c \
[1917]14 libmondo-verify.c newt-specific.c libmondo-cli.c \
[423]15 libmondo-archive.h libmondo-devices.h \
[4]16 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
[3564]17 libmondo-gui.h libmondo-raid.h \
[4]18 libmondo-stream.h libmondo-string.h libmondo-tools.h \
[1917]19 libmondo-verify.h libmondo-fifo.h libmondo-cli.h \
[4]20 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
[423]21 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
22 libmondo-files-EXT.h libmondo-fork-EXT.h \
[541]23 libmondo-gui-EXT.h libmondo-filelist-EXT.h \
[3564]24 libmondo-raid-EXT.h \
[423]25 libmondo-string-EXT.h libmondo-tools-EXT.h \
[1917]26 libmondo-verify-EXT.h libmondo-stream-EXT.h libmondo-cli-EXT.h \
[2241]27 newt-specific.h
Note: See TracBrowser for help on using the repository browser.