diff options
Diffstat (limited to 'random')
-rw-r--r-- | random/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/random/Makefile.am b/random/Makefile.am index d7b04e8..945b9eb 100644 --- a/random/Makefile.am +++ b/random/Makefile.am @@ -1,4 +1,6 @@ +include $(top_srcdir)/common.mk + AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS) noinst_LTLIBRARIES = librandom.la |