summaryrefslogtreecommitdiff
path: root/units.mk
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
commitcb612a12b952e349b96d427645aaeb55d15f509a (patch)
treef29298f41d2a7ea2a976616243aca64c2c2547ce /units.mk
parente7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff)
parent143bfc9f801c84428074312d661f8e08803df83b (diff)
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'units.mk')
-rw-r--r--units.mk35
1 files changed, 0 insertions, 35 deletions
diff --git a/units.mk b/units.mk
deleted file mode 100644
index a03ec19..0000000
--- a/units.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-
-# List of all units in the system. Use directory name rather than namespace.
-#
-# This list is primarily used at compile time to build the executable.
-#
-# NOTE: The unit-unit must be first. Units may follow in any order thereafter.
-#
-# NOTE: Be sure to add the unit to the appropriate APP_UNITS .mk file.
-UNITS = \
- unit \
- util \
- threads \
- db \
- editing_tools \
- plugins \
- slideshow \
- photos \
- publishing \
- library \
- direct \
- core \
- sidebar \
- events \
- tags \
- camera \
- searches \
- config \
- data_imports \
- folders
-
-# Name(s) of units that represent application entry points. These units will have init and
-# termination entry points generated: Name.unitize_init() and Name.unitize_terminate(). These
-# methods should be called in main(). They will initialize the named unit and all is prerequisite
-# units, thereby initializing the entire application.
-APP_UNITS = Library Direct