summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 53f246cbcc67c419439c50eb5a9aa9a83d540257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
if BUILD_TESTS
TEST = test
endif

SUBDIRS = libgnomekbd $(TEST) po

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

DISTCHECK_CONFIGURE_FLAGS = --enable-introspection

DISTCLEANFILES = \
  intltool-extract \
  intltool-merge \
  intltool-update
 
EXTRA_DIST = \
        m4/introspection.m4 \
        libgnomekbd.pc.in \
        libgnomekbdui.pc.in \
        intltool-extract.in \
        intltool-merge.in \
        intltool-update.in \
        README.cvs \
        ChangeLog.libkbdraw ChangeLog.libgswitchit

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgnomekbd.pc libgnomekbdui.pc