Skip to content

Commit

Permalink
added important file
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 18, 2024
1 parent 5728612 commit bde1810
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
DFXML_SRC_DIR =
ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = README.md Makefile.defs


include Makefile.defs

# Build dfxml as a library
Expand All @@ -20,8 +23,6 @@ dfxml_demo_LDADD = ./libdfxml.la
iblkfind_SOURCES = iblkfind.cpp
iblkfind_LDADD = ./libdfxml.la

EXTRA_DIST = README.md

check_PROGRAMS = test_dfxml
TESTS = $(check_PROGRAMS)

Expand Down

0 comments on commit bde1810

Please sign in to comment.