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

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

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
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.