summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2015-05-04 19:04:31 -0300
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2015-05-04 19:04:31 -0300
commitcb6f13eb6f3b38382aa00842fc83ae88f89b272b (patch)
treeb5cd9b8927af9ee3a449000352b6d15ede6caaac /pc
parent35c0dfde1d14a0681388a10e6ae8b310aa029729 (diff)
downloadefl-cb6f13eb6f3b38382aa00842fc83ae88f89b272b.tar.gz
efl.model: Remove unused emodel-cxx.pc.in and emodel.pc.in
Diffstat (limited to 'pc')
-rw-r--r--pc/.gitignore2
-rw-r--r--pc/emodel-cxx.pc.in12
-rw-r--r--pc/emodel.pc.in12
3 files changed, 0 insertions, 26 deletions
diff --git a/pc/.gitignore b/pc/.gitignore
index 447b41789b..f13d852670 100644
--- a/pc/.gitignore
+++ b/pc/.gitignore
@@ -32,8 +32,6 @@
/eldbus.pc
/elocation.pc
/embryo.pc
-/emodel.pc
-/emodel-cxx.pc
/emotion.pc
/eo.pc
/ephysics.pc
diff --git a/pc/emodel-cxx.pc.in b/pc/emodel-cxx.pc.in
deleted file mode 100644
index dce37642ad..0000000000
--- a/pc/emodel-cxx.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: emodel C++ API
-Description: MVC Library C++ API.
-Version: @PACKAGE_VERSION@
-Requires.private: @requirements_pc_emodel@
-Libs: -L${libdir} -lemodel
-Libs.private: @requirements_libs_emodel@
-Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/emodel-@VMAJ@ -I${includedir}/emodel-cxx-@VMAJ@
diff --git a/pc/emodel.pc.in b/pc/emodel.pc.in
deleted file mode 100644
index 0d68f11152..0000000000
--- a/pc/emodel.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: emodel
-Description: MVC Library
-Version: @PACKAGE_VERSION@
-Requires.private: @requirements_pc_emodel@
-Libs: -L${libdir} -lemodel
-Libs.private: @requirements_libs_emodel@
-Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/emodel-@VMAJ@