Add an explicit interface config.mli.
[whenjobs.git] / lib / Makefile.am
index 5ab4128..cbd0a28 100644 (file)
@@ -15,6 +15,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
+EXTRA_DIST = whenproto.x pa_when.ml $(SOURCES)
+
 libwhenjobsdir = $(libdir)/$(PACKAGE_NAME)
 libwhenjobs_SCRIPTS = whenlib.cma pa_when.cmo
 
@@ -26,8 +28,9 @@ OCAMLOPTFLAGS = $(OCAMLCFLAGS)
 # These should be in alphabetical order. 
 SOURCES = \
        config.ml \
-       whenfile.mli \
+       config.mli \
        whenfile.ml \
+       whenfile.mli \
        whenlock.ml \
        whenlock.mli \
        whenproto_aux.ml \