]> git.sven.stormbind.net Git - sven/exfatprogs.git/blobdiff - lib/Makefile.in
Add CVE ID to debian changelog
[sven/exfatprogs.git] / lib / Makefile.in
index 00f17af78144d2039751c209e109867658294be5..50c66586415bcc6f35cb1bd7f5df89a2ae81e015 100644 (file)
@@ -109,7 +109,8 @@ am__v_AR_0 = @echo "  AR      " $@;
 am__v_AR_1 = 
 libexfat_a_AR = $(AR) $(ARFLAGS)
 libexfat_a_LIBADD =
-am_libexfat_a_OBJECTS = libexfat.$(OBJEXT)
+am_libexfat_a_OBJECTS = libexfat.$(OBJEXT) exfat_fs.$(OBJEXT) \
+       exfat_dir.$(OBJEXT)
 libexfat_a_OBJECTS = $(am_libexfat_a_OBJECTS)
 AM_V_P = $(am__v_P_@AM_V@)
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -296,7 +297,7 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AM_CFLAGS = -Wall -include $(top_builddir)/config.h -I$(top_srcdir)/include -fno-common
 noinst_LIBRARIES = libexfat.a
-libexfat_a_SOURCES = libexfat.c
+libexfat_a_SOURCES = libexfat.c exfat_fs.c exfat_dir.c
 all: all-am
 
 .SUFFIXES:
@@ -345,6 +346,8 @@ mostlyclean-compile:
 distclean-compile:
        -rm -f *.tab.c
 
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exfat_dir.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exfat_fs.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexfat.Po@am__quote@
 
 .c.o: