diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2017-12-10 13:48:00 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2017-12-10 20:38:21 +0100 |
commit | abf4bc86b696a41eb9183432bc1bbe84ae037194 (patch) | |
tree | 7177c3037d52b1af6f895e484004c9157b530c8f /Makefile.am | |
parent | c0b7d0b4a8436145f3fddc78d2452d7c720cce8b (diff) |
Depend on xproto and fsproto that are now used.
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6012b42..caaf6e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,8 @@ SUBDIRS = man bin_PROGRAMS = bdftopcf -AM_CFLAGS = $(CWARNFLAGS) +AM_CFLAGS = $(BDFTOPCF_CFLAGS) $(CWARNFLAGS) +bdftopcf_LDADD = $(BDFTOPCF_LIBS) bdftopcf_SOURCES = \ atom.c \ |