File: no-external

package info (click to toggle)
gtg-trace 0.2-3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: ansic: 5,141; fortran: 234; makefile: 189; f90: 167; sh: 30
file content (12 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
We want to use the system-provided libotf
diff --git a/extlib/Makefile.am b/extlib/Makefile.am
index b9f99fe..78c418f 100644
--- a/extlib/Makefile.am
+++ b/extlib/Makefile.am
@@ -1,6 +1,2 @@
 
-if DONT_USE_INTERNAL_OTF
 SUBDIRS =
-else
-SUBDIRS = otf
-endif