summaryrefslogtreecommitdiff
path: root/src/analysis/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-26 23:52:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-26 23:52:44 (GMT)
commit2c28d59fb3671c0fdd1987784076d4968c58b651 (patch)
treea301f6cd9c1fd9f92191fba7fe7b59a7e3a01b5a /src/analysis/Makefile.am
parent67b4887317b7394d63b543aa48cb368406374103 (diff)
Created the GLoadedContent interface to load all kinds of content.
Diffstat (limited to 'src/analysis/Makefile.am')
-rwxr-xr-xsrc/analysis/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/Makefile.am b/src/analysis/Makefile.am
index 9e84753..c5f8c82 100755
--- a/src/analysis/Makefile.am
+++ b/src/analysis/Makefile.am
@@ -7,6 +7,8 @@ libanalysis_la_SOURCES = \
block.h block.c \
content-int.h \
content.h content.c \
+ loaded-int.h \
+ loaded.h loaded.c \
loading.h loading.c \
project.h project.c \
roptions.h roptions.c \