blob: 0a340c04c0ff04380d9d33c54d2b9ce791a97815 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## File: config/Makefile.am
## Package:
## Description:
## + automake file for 'config' package-subdir
##
## Process this file with Automake to create Makefile.in.
##-----------------------------------------------------------------------
#-----------------------------------------------------------------------
# Includes
#-----------------------------------------------------------------------
include $(top_srcdir)/common/pdexternal.am
|