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

Last change on this file since 3564 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
Line 
1##
2## Process this file with Automake to generate `Makefile.in'
3##
4
5AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
6
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 \
12 libmondo-raid.c \
13 libmondo-stream.c libmondo-string.c libmondo-tools.c \
14 libmondo-verify.c newt-specific.c libmondo-cli.c \
15 libmondo-archive.h libmondo-devices.h \
16 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
17 libmondo-gui.h libmondo-raid.h \
18 libmondo-stream.h libmondo-string.h libmondo-tools.h \
19 libmondo-verify.h libmondo-fifo.h libmondo-cli.h \
20 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
21 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
22 libmondo-files-EXT.h libmondo-fork-EXT.h \
23 libmondo-gui-EXT.h libmondo-filelist-EXT.h \
24 libmondo-raid-EXT.h \
25 libmondo-string-EXT.h libmondo-tools-EXT.h \
26 libmondo-verify-EXT.h libmondo-stream-EXT.h libmondo-cli-EXT.h \
27 newt-specific.h
Note: See TracBrowser for help on using the repository browser.