source: MondoRescue/trunk/mondo/mondo/common/Makefile.am@ 539

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

merge -r 534:538 $SVN_M/branches/stable

  • Property svn:keywords set to Id
File size: 1.3 KB
RevLine 
[4]1##
2## Process this file with Automake to generate `Makefile.in'
3##
[426]4AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\"
[4]5
[426]6## libmondo
7noinst_LIBRARIES = libmondo.a
[183]8
[426]9libmondo_a_SOURCES = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
10 libmondo-filelist.c libmondo-files.c libmondo-fork.c \
[539]11 libmondo-mountlist.c libmondo-raid.c libmondo-msg.c \
[426]12 libmondo-stream.c libmondo-string.c libmondo-tools.c \
13 libmondo-verify.c newt-specific.c \
14 libmondo-archive.h libmondo-devices.h \
[4]15 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
[507]16 libmondo-mountlist.h libmondo-raid.h \
[4]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 \
[426]20 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
21 libmondo-files-EXT.h libmondo-fork-EXT.h \
[507]22 libmondo-filelist-EXT.h \
[426]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 \
[129]26 newt-specific.h
Note: See TracBrowser for help on using the repository browser.