blob: 81998be46b59def25067b68f89a66a38b8e10e33 (
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)/pdexternal.am
|