source: MondoRescue/trunk/mondo/mondo/mondoarchive/Makefile.am@ 4

Last change on this file since 4 was 4, checked in by bcornec, 19 years ago

Makefile.am files should be managed under SVN as well

File size: 337 bytes
Line 
1##
2## Process with Automake to generate Makefile.in
3##
4
5## Headers
6noinst_HEADERS = mondo-cli-EXT.h mondo-cli.h
7
8## The program
9sbin_PROGRAMS = mondoarchive
10mondoarchive_SOURCES = main.c mondo-cli.c
11mondoarchive_LDADD = ../common/libmondo.la ../common/libmondo-newt.la
12
13### Man page
14#man1_MANS = mondoarchive.1
Note: See TracBrowser for help on using the repository browser.