source: MondoRescue/branches/2.2.9/mondo/src/common/Makefile.am@ 2227

Last change on this file since 2227 was 1930, checked in by Bruno Cornec, 16 years ago

Renaming of files to be in conformity with stable and ease aplication of patches between branches.

  • Property svn:keywords set to Id
File size: 1.5 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-mountlist.c 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-mountlist.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-mountlist-EXT.h 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 \
28 mr_string.c mr_string.h
Note: See TracBrowser for help on using the repository browser.