File: Makefile.am

package info (click to toggle)
nettoe 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 804 kB
  • sloc: sh: 3,960; ansic: 2,254; makefile: 87
file content (24 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Makefile.am file for nettoe
# Edited by Gabriele Giorgetti <ggdev@users.sourceforge.net>
# Continued by Mats Erik Andersson <meand@users.sourceforge.net>

# This file is processed by automake

## Any directories that are built and installed should go here.
SUBDIRS = src docs test desktop

## Any directories to be a part of the distribution should be listed
## here, as well as have a Makefile generated at the end of configure.in
DIST_SUBDIRS = $(SUBDIRS)

# All the rest of the distributed files
EXTRA_DIST = \
	AUTHORS 	\
	BUGS            \
	COPYING         \
        INSTALL         \
        README		\
	TO-DO    	\
	autogen.sh	\
	ChangeLog	\
	protocol.txt