aboutsummaryrefslogtreecommitdiff
path: root/src/pld/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/pld/Makefile.am')
-rw-r--r--src/pld/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am
index 14786af..7cff09e 100644
--- a/src/pld/Makefile.am
+++ b/src/pld/Makefile.am
@@ -2,9 +2,17 @@
noinst_LTLIBRARIES += %D%/libpld.la
%C%_libpld_la_SOURCES = \
+ %D%/ecp2_3.c \
+ %D%/lattice.c \
+ %D%/lattice_bit.c \
%D%/pld.c \
+ %D%/raw_bit.c \
%D%/xilinx_bit.c \
%D%/virtex2.c \
+ %D%/ecp2_3.h \
+ %D%/lattice.h \
+ %D%/lattice_bit.h \
%D%/pld.h \
+ %D%/raw_bit.h \
%D%/xilinx_bit.h \
%D%/virtex2.h