source: MondoRescue/branches/2.2.5/mondo/src/common/Makefile.am@ 1881

Last change on this file since 1881 was 831, checked in by andree, 18 years ago

Add new header mr_string.h for mr_string.c. Use mr_strtok() from
mr_string.c and delete from libmondo-string.c. Add mr_string.c and
mr_string.h to Makefile.am. (Follow-up to r828.)

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