source: MondoRescue/branches/2.2.6/mondo/src/common/Makefile.am@ 1917

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

mondo.libmondo-cli.patch (Mark Pinkerton <Mark.Pinkerton_at_emageon.com>) modified to not duplicate the newt initialization stuff (we should rather remove them in mondoarchive)

  • Property svn:keywords set to Id
File size: 1.4 KB
RevLine 
[4]1##
2## Process this file with Automake to generate `Makefile.in'
3##
[424]4AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\"
[182]5
[423]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 \
[541]11 libmondo-mountlist.c libmondo-raid.c \
[423]12 libmondo-stream.c libmondo-string.c libmondo-tools.c \
[1917]13 libmondo-verify.c newt-specific.c libmondo-cli.c \
[423]14 libmondo-archive.h libmondo-devices.h \
[4]15 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
[541]16 libmondo-gui.h libmondo-mountlist.h libmondo-raid.h \
[4]17 libmondo-stream.h libmondo-string.h libmondo-tools.h \
[1917]18 libmondo-verify.h libmondo-fifo.h libmondo-cli.h \
[4]19 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
[423]20 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
21 libmondo-files-EXT.h libmondo-fork-EXT.h \
[541]22 libmondo-gui-EXT.h libmondo-filelist-EXT.h \
[423]23 libmondo-mountlist-EXT.h libmondo-raid-EXT.h \
24 libmondo-string-EXT.h libmondo-tools-EXT.h \
[1917]25 libmondo-verify-EXT.h libmondo-stream-EXT.h libmondo-cli-EXT.h \
[831]26 newt-specific.h \
27 mr_string.c mr_string.h
Note: See TracBrowser for help on using the repository browser.