source: MondoRescue/branches/2.2.6/mondo/src/mondoarchive/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: 248 bytes
Line 
1##
2## Process with Automake to generate Makefile.in
3##
4
5## Headers
6noinst_HEADERS = mondoarchive.h
7
8## The program
9sbin_PROGRAMS = mondoarchive
10mondoarchive_SOURCES = main.c
11mondoarchive_LDADD = ${top_builddir}/src/common/libmondo.a
Note: See TracBrowser for help on using the repository browser.