Refactor project structure by moving core files to corelogic and updating build configurations
This commit is contained in:
+7
-2
@@ -1,4 +1,8 @@
|
||||
SUBDIRS = core
|
||||
SUBDIRS = corelogic
|
||||
|
||||
bin_PROGRAMS = harikoff
|
||||
harikoff_SOURCES =
|
||||
harikoff_LDADD = corelogic/libcorelogic.a
|
||||
|
||||
# List of static miscellaneous files to include in the distribution
|
||||
EXTRA_DIST = \
|
||||
@@ -6,4 +10,5 @@ EXTRA_DIST = \
|
||||
README \
|
||||
ChangeLog \
|
||||
AUTHORS \
|
||||
INSTALL
|
||||
INSTALL \
|
||||
NEWS
|
||||
|
||||
Reference in New Issue
Block a user