From 21586701773110cccf285366aac1750c44412047 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sat, 22 Sep 2012 14:34:27 +0300 Subject: [PATCH] Distribute win32 files --- Makefile.am | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e1fd3ab..a40aa46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = CHANGES LICENSE README.rst +EXTRA_DIST = CHANGES LICENSE README.rst win32 SUBDIRS = doc src test # "make distcheck" builds the dvi target, so use it to check that the diff --git a/src/Makefile.am b/src/Makefile.am index 376eea6..1bb9f62 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = jansson_config.h.win32 +EXTRA_DIST = jansson.def include_HEADERS = jansson.h jansson_config.h