source: MondoRescue/branches/stable/mondo/src/common/Makefile.am@ 1120

Last change on this file since 1120 was 1056, checked in by Bruno Cornec, 17 years ago

Compilation fixes (mr_string => mr_str)

  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1##
2## $Id: Makefile.am 1056 2007-01-16 04:53:47Z bruno $
3##
4## Process this file with Automake to generate `Makefile.in'
5##
6AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
7
8## libmondo
9noinst_LIBRARIES = libmondo.a
10
11libmondo_a_SOURCES = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
12 libmondo-filelist.c libmondo-files.c libmondo-fork.c \
13 libmondo-mountlist.c libmondo-raid.c \
14 libmondo-stream.c libmondo-string.c libmondo-tools.c \
15 libmondo-verify.c newt-specific.c \
16 libmondo-archive.h libmondo-devices.h \
17 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
18 libmondo-gui.h libmondo-mountlist.h libmondo-raid.h \
19 libmondo-stream.h libmondo-string.h libmondo-tools.h \
20 libmondo-verify.h libmondo-fifo.h \
21 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
22 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
23 libmondo-files-EXT.h libmondo-fork-EXT.h \
24 libmondo-gui-EXT.h libmondo-filelist-EXT.h \
25 libmondo-mountlist-EXT.h libmondo-raid-EXT.h \
26 libmondo-string-EXT.h libmondo-tools-EXT.h \
27 libmondo-verify-EXT.h libmondo-stream-EXT.h \
28 newt-specific.h
Note: See TracBrowser for help on using the repository browser.