Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2011-11-29 06:05:27 +0400
committerEion Robb <eion@robbmob.com>2011-11-29 06:05:27 +0400
commitcb6cc0b25566d9604d7987f7a7d6527027ae43f5 (patch)
tree7bff010157eab5d4ffe78fc5a574bea4bc0a689c /debug.c
parent3c6df22a63d59938a28b012a426bee53cbd3b33e (diff)
Make sure that it's not possible to directly compile all the .c files individually and provide helpful info to just compile libskype.c
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index b850b10..c906ab1 100644
--- a/debug.c
+++ b/debug.c
@@ -19,6 +19,10 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
+#ifndef INCLUDED_LIBSKYPE_C
+# error Don't compile this file directly. Just compile libskype.c instead.
+#endif
#include <glib.h>
#include <debug.h>