source: MondoRescue/branches/2.0.9/mondo/mondo/common/Makefile.am@ 774

Last change on this file since 774 was 541, checked in by bcornec, 18 years ago

Stable is reverted to r436 (2.0.7) to put it in line with 2.0.8 and start from there over

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