]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/OneRound/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / OneRoundIoT / OneRound / Makefile
index c3775dd91ff36c56aa741de40774bb9555d4a955..be3d7b7925009fbf47ba58e23b141f4a042f38e6 100644 (file)
@@ -8,7 +8,7 @@ else
 ifeq ($(uname_m),armv6l)
 CFLAGS=-O3   -march=armv6 -mfpu=vfp -mfloat-abi=hard -lrt
 else
-CFLAGS=-O3 
+CFLAGS=-O3 `pkg-config --cflags --libs glib-2.0`
 endif
 endif